ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance Namespace / FibonacciFans<T> Class / FibonacciFans<T> Constructor
The owner should be derived from FlexChartCore

In This Topic
    FibonacciFans<T> Constructor
    In This Topic
    Creates one FibonacciFans<T> instance.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal owner As FlexChartCore(Of T) _
    )
    public FibonacciFans<T>( 
       FlexChartCore<T> owner
    )

    Parameters

    owner
    The owner should be derived from FlexChartCore
    See Also